﻿2026-05-27T19:07:25.5750142Z ##[group]Run actions/checkout@v6
2026-05-27T19:07:25.5751138Z with:
2026-05-27T19:07:25.5751727Z   ref: master
2026-05-27T19:07:25.5752218Z   repository: yorvana/android
2026-05-27T19:07:25.5753070Z   token: ***
2026-05-27T19:07:25.5753579Z   ssh-strict: true
2026-05-27T19:07:25.5754113Z   ssh-user: git
2026-05-27T19:07:25.5754602Z   persist-credentials: true
2026-05-27T19:07:25.5755192Z   clean: true
2026-05-27T19:07:25.5755714Z   sparse-checkout-cone-mode: true
2026-05-27T19:07:25.5756283Z   fetch-depth: 1
2026-05-27T19:07:25.5756804Z   fetch-tags: false
2026-05-27T19:07:25.5757284Z   show-progress: true
2026-05-27T19:07:25.5757823Z   lfs: false
2026-05-27T19:07:25.5758310Z   submodules: false
2026-05-27T19:07:25.5758838Z   set-safe-directory: true
2026-05-27T19:07:25.5759618Z ##[endgroup]
2026-05-27T19:07:25.6874728Z Syncing repository: yorvana/android
2026-05-27T19:07:25.6877489Z ##[group]Getting Git version info
2026-05-27T19:07:25.6878546Z Working directory is '/home/runner/work/android/android'
2026-05-27T19:07:25.6880416Z [command]/usr/bin/git version
2026-05-27T19:07:25.6912617Z git version 2.54.0
2026-05-27T19:07:25.6937639Z ##[endgroup]
2026-05-27T19:07:25.6954510Z Temporarily overriding HOME='/home/runner/work/_temp/8d19c138-6186-49a8-ab16-1da46f9e6fbb' before making global git config changes
2026-05-27T19:07:25.6957815Z Adding repository directory to the temporary git global config as a safe directory
2026-05-27T19:07:25.6962327Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-27T19:07:25.7014761Z Deleting the contents of '/home/runner/work/android/android'
2026-05-27T19:07:25.7019302Z ##[group]Initializing the repository
2026-05-27T19:07:25.7025349Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-27T19:07:25.7276167Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-27T19:07:25.7292104Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-27T19:07:25.7302121Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-27T19:07:25.7305374Z hint: call:
2026-05-27T19:07:25.7306416Z hint:
2026-05-27T19:07:25.7307690Z hint: 	git config --global init.defaultBranch <name>
2026-05-27T19:07:25.7308976Z hint:
2026-05-27T19:07:25.7310459Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-27T19:07:25.7312447Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-27T19:07:25.7313945Z hint:
2026-05-27T19:07:25.7314936Z hint: 	git branch -m <name>
2026-05-27T19:07:25.7315902Z hint:
2026-05-27T19:07:25.7317036Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-27T19:07:25.7318488Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-27T19:07:25.7321634Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-27T19:07:25.7324002Z ##[endgroup]
2026-05-27T19:07:25.7324770Z ##[group]Disabling automatic garbage collection
2026-05-27T19:07:25.7325875Z [command]/usr/bin/git config --local gc.auto 0
2026-05-27T19:07:25.7328268Z ##[endgroup]
2026-05-27T19:07:25.7329555Z ##[group]Setting up auth
2026-05-27T19:07:25.7330749Z Removing SSH command configuration
2026-05-27T19:07:25.7332027Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-27T19:07:25.7334971Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-27T19:07:25.7596287Z Removing HTTP extra header
2026-05-27T19:07:25.7602487Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-27T19:07:25.7633577Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-27T19:07:25.7859889Z Removing includeIf entries pointing to credentials config files
2026-05-27T19:07:25.7862036Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-27T19:07:25.7866390Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-27T19:07:25.8055339Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-5dbb22e5-b468-4479-a630-693d3673bbd2.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-27T19:07:25.8092481Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-5dbb22e5-b468-4479-a630-693d3673bbd2.config
2026-05-27T19:07:25.8121673Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-5dbb22e5-b468-4479-a630-693d3673bbd2.config
2026-05-27T19:07:25.8154066Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5dbb22e5-b468-4479-a630-693d3673bbd2.config
2026-05-27T19:07:25.8189229Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5dbb22e5-b468-4479-a630-693d3673bbd2.config
2026-05-27T19:07:25.8211987Z ##[endgroup]
2026-05-27T19:07:25.8213824Z ##[group]Fetching the repository
2026-05-27T19:07:25.8222564Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/master*:refs/remotes/origin/master* +refs/tags/master*:refs/tags/master*
2026-05-27T19:07:27.3937758Z From https://github.com/yorvana/android
2026-05-27T19:07:27.3939620Z  * [new branch]      master     -> origin/master
2026-05-27T19:07:27.4014490Z ##[endgroup]
2026-05-27T19:07:27.4016246Z ##[group]Determining the checkout info
2026-05-27T19:07:27.4017297Z [command]/usr/bin/git branch --list --remote origin/master
2026-05-27T19:07:27.4041946Z   origin/master
2026-05-27T19:07:27.4047469Z ##[endgroup]
2026-05-27T19:07:27.4053451Z [command]/usr/bin/git sparse-checkout disable
2026-05-27T19:07:27.4096815Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-27T19:07:27.4123348Z ##[group]Checking out the ref
2026-05-27T19:07:27.4128155Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2026-05-27T19:07:27.5136139Z Reset branch 'master'
2026-05-27T19:07:27.5137445Z branch 'master' set up to track 'origin/master'.
2026-05-27T19:07:27.5419107Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-27T19:07:27.5422876Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-27T19:07:27.5454265Z ##[endgroup]
2026-05-27T19:07:27.5507347Z [command]/usr/bin/git log -1 --format=%H
2026-05-27T19:07:27.5527667Z 280785b3fd3ca7378f17cec1af5e0b9f60fa4a32
